top-down reasoning

Terms from Artificial Intelligence: humans at the heart of algorithms

Top-down reasoning begins with goals, context and other high-level constructs and working down towarsd the low-level sensing and data. For example means--ends analysis starts off with a goal and then works put sub-goals that if successful would enable the goal. In reality most systems needa combination of top-down and bottom-up reasing. For example, in natural language processing expectations of what are likely to be topics of conversation can be fed down into lower levels, for example as porobabilitie soer vocabukariy items, (top down), and can then be used by lower-level processes as they disambiguate words in speach-to-text ready for grammatical parsing (bottom up).

Used on page 39

Also known as top-down